From: tsteven4 Date: Mon, 18 Feb 2019 23:23:40 +0000 (-0700) Subject: do parallel builds for travis macos. (#305) X-Git-Tag: archive/raspbian/1.10.0+ds-2+rpi1~1^2~12^2~8^2~39 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https://%22Program/%22http:/www.example.com/cgi/%22https:/%22Program?a=commitdiff_plain;h=f3625e44320d1daa42065941823c993e82edd108;p=gpsbabel.git do parallel builds for travis macos. (#305) --- diff --git a/tools/travis_script_osx b/tools/travis_script_osx index c757ae179..b10ab5244 100755 --- a/tools/travis_script_osx +++ b/tools/travis_script_osx @@ -14,11 +14,11 @@ VERSIONID=${VERSIONID:-$(date -ju -f %Y-%m-%dT%H:%M:%S%z $(git show -s --format= "$(cd "$(dirname "${BASH_SOURCE[0]}" )" && pwd)"/ci_tokens # build and test the CLI -$QMAKE GPSBabel.pro && make && make check +$QMAKE GPSBabel.pro && make -j 2 && make check # build the GUI pushd gui -$QMAKE app.pro && make +$QMAKE app.pro && make -j 2 $LUPDATE app.pro $LRELEASE app.pro popd